home *** CD-ROM | disk | FTP | other *** search
- <settings>
- <!-- text style -->
- <TextStyles>
- <TextStyle name="OsdTextStyle" color="White" size="13"/>
- <TextStyle name="OsdTextLargeStyle" color="White" size="16"/>
- <TextStyle name="OsdTextVeryLargeStyle" color="White" size="18"/>
- </TextStyles>
-
- <NamedColors>
- <!-- volume graph -->
- <NamedColor name="VolumeFill" color="#CF00B900"/>
- <NamedColor name="VolumeFillMuted" color="#CFB90000"/>
- <!-- signal -->
- <NamedColor name="SignalStatus" color="#CF00B900"/>
- <NamedColor name="SignalStatusOutline" color="White"/>
- <!-- timeline -->
- <NamedColor name="TimelineNotAvailable" color="#640000"/>
- <NamedColor name="TimelineAvailable" color="Green"/>
- <NamedColor name="TimelineAvailableAd" color="#003200"/>
- <NamedColor name="TimelineNotYetAvailable" color="Black"/>
- <NamedColor name="TimelineBorder" color="Gray"/>
- <NamedColor name="TimelinePositionIndicator" color="Gray"/>
- </NamedColors>
-
- <!-- placements -->
- <Placements>
- <!-- live tv -->
- <Placement name="LiveTVShowInfo" loc="0,75" size="100,25"/>
- <Placement name="LiveTVNewChannelNumber" loc="3,3" size="10,8"/>
- <!-- video player -->
- <Placement name="VideoShowInfo" loc="0,75" size="100,25"/>
- <!-- controls -->
- <Placement name="VideoControls" loc="20,65" size="60,10"/>
- <Placement name="DVDControls" loc="20,85" size="60,10"/>
- <Placement name="LiveTVPreviewControls" loc="20,65" size="60,10"/>
- <Placement name="LiveTVTimeshiftControls" loc="20,65" size="60,10"/>
- <!-- misc -->
- <Placement name="Timeline" loc="20,6" size="62,7"/>
- <Placement name="Volume" loc="40,1.5" size="20,4"/>
- <Placement name="StatusInfo" loc="72,1" size="25,5"/>
- <Placement name="NoSignal" loc="10,30" size="80,30"/>
- <Placement name="SRTSubtites" loc="5,75"/>
- <Placement name="StreamInfo" loc="10,30"/>
- </Placements>
-
- <!-- Composite Images -->
- <CompositeImages>
- <CompositeImage name="LiveTVNewChannelNumber" size="10,8">
- <DrawRoundedRect loc="5,5" size="90,90" fillColor="#9F000000" borderColor="Transparent" radius="1" borderWidth="0"/>
- <DrawText text="@channelNumber" loc="0,5" size="100,100" textStyle="OsdTextVeryLargeStyle" align="Center" valign="Center"/>
- </CompositeImage>
-
- <CompositeImage name="Volume" size="20,4">
- <DrawRoundedRect loc="5,5" size="90,90" fillColor="#9F000000" borderColor="Transparent" radius="1" borderWidth="0"/>
- <DrawImage filename="..\_CoreImages\vol.png" loc="10,10" size="13.5,80"/>
- <DrawRect loc="30,25" size="60,50" fillColor="#CF000070"/>
- <Element name="VolumeBar" loc="30,25" size="60,50"/>
- </CompositeImage>
-
- <CompositeImage name="Timeline" size="62,7">
- <DrawRoundedRect loc="1,5" size="98,90" fillColor="#9F000000" borderColor="Transparent" radius="1" borderWidth="0"/>
- <DrawText text="@playbackPosition" loc="3,0" size="22,100" textStyle="OsdTextStyle" align="Left" valign="Center"/>
- <DrawText text="@playbackDuration" loc="75,0" size="22,100" textStyle="OsdTextStyle" align="Right" valign="Center"/>
- <Element name="TimelineBar" loc="22,35" size="54,30"/>
- </CompositeImage>
-
- <CompositeImage name="StatusInfo" size="25,5">
- <DrawRoundedRect loc="5,5" size="90,90" fillColor="#9F000000" borderColor="Transparent" radius="1" borderWidth="0"/>
- <DrawTextWithOutline text="@statusText" loc="0,0" size="100,100" outlineWidth="2" borderColor="Black" textStyle="OsdTextStyle" align="Center" valign="Center"/>
- </CompositeImage>
-
- <CompositeImage name="SRTSubtites" size="90,20">
- <DrawTextWithOutline text="@line1" loc="0,0" size="100,33" outlineWidth="2" borderColor="Black" textStyle="OsdTextVeryLargeStyle" align="Center" valign="Center"/>
- <DrawTextWithOutline text="@line2" loc="0,33" size="100,33" outlineWidth="2" borderColor="Black" textStyle="OsdTextVeryLargeStyle" align="Center" valign="Center"/>
- <DrawTextWithOutline text="@line3" loc="0,66" size="100,33" outlineWidth="2" borderColor="Black" textStyle="OsdTextVeryLargeStyle" align="Center" valign="Center"/>
- </CompositeImage>
-
- <CompositeImage name="LiveTVShowInfo" size="100,25">
- <DrawRect loc="0,0" size="100,100" fillColor="#AF000000"/>
- <DrawRoundedRect loc="3,3" size="94,25" fillColor="#CF000070" borderColor="Transparent" radius="1" borderWidth="0"/>
- <DrawTextWithOutline text="@title" loc="5,3" size="90,25" textStyle="OsdTextLargeStyle" outlineWidth="2" borderColor="Black" align="Left" valign="Center"/>
- <DrawTextWithOutline text="@currentTime" loc="5,3" size="90,25" textStyle="OsdTextLargeStyle" outlineWidth="2" borderColor="Black" align="Right" valign="Center"/>
- <!-- with channel icon available... -->
- <DrawImage visible="@hasChannelIcon" filename="@channelIcon" loc="3,33" size="12,55"/>
- <DrawText visible="@hasChannelIcon" text="@description" loc="17,35" size="80,75" textStyle="OsdTextStyle" align="Left"/>
- <!-- with no channel icon available... -->
- <DrawText visible="@hasNoChannelIcon" text="@description" loc="5,35" size="90,75" textStyle="OsdTextStyle" align="Left"/>
- </CompositeImage>
-
- <CompositeImage name="VideoShowInfo" size="100,25">
- <DrawRect loc="0,0" size="100,100" fillColor="#AF000000"/>
- <DrawRoundedRect loc="3,3" size="94,25" fillColor="#CF000070" borderColor="Transparent" radius="1" borderWidth="0"/>
- <DrawTextWithOutline text="@title" loc="5,3" size="90,25" textStyle="OsdTextLargeStyle" outlineWidth="2" borderColor="Black" align="Left" valign="Center"/>
- <DrawTextWithOutline text="@currentTime" loc="5,3" size="90,25" textStyle="OsdTextLargeStyle" outlineWidth="2" borderColor="Black" align="Right" valign="Center"/>
- <DrawText text="@description" loc="5,35" size="90,75" textStyle="OsdTextStyle" align="Left"/>
- </CompositeImage>
-
- <CompositeImage name="NoSignal" size="80,30">
- <DrawRoundedRect loc="4,6" size="92,88" fillColor="Black" borderColor="#7FFFFFFF" radius="1" borderWidth="2"/>
- <DrawText text="@noSignalMessage" loc="5,10" size="90,25" textStyle="OsdTextStyle" align="Center"/>
- <DrawText text="Quality" loc="25,50" size="30,25" textStyle="OsdTextStyle" align="Left"/>
- <DrawText text="Strength" loc="25,65" size="30,25" textStyle="OsdTextStyle" align="Left"/>
- <Element name="SignalQualityGraph" loc="40,53" size="25,6"/>
- <Element name="SignalStrengthGraph" loc="40,68" size="25,6"/>
- </CompositeImage>
-
- <CompositeImage name="VideoControls" size="60,10">
- <DrawRoundedRect loc="0,0" size="100,100" fillColor="#9F000000" borderColor="Transparent" radius="2" borderWidth="1"/>
- <DrawImage filename="pbsbbtn.png" loc="17,10" size="7,80" fixedAspectRatio="true"/>
- <Element name="SkipBack" loc="17,10" size="7,80"/>
- <DrawImage filename="pbrwbtn.png" loc="27,10" size="7,80" fixedAspectRatio="true"/>
- <Element name="Rewind" loc="27,10" size="7,80"/>
- <DrawImage filename="pbpausebtn.png" loc="37,10" size="7,80" fixedAspectRatio="true"/>
- <Element name="Pause" loc="37,10" size="7,80"/>
- <DrawImage filename="pbffbtn.png" loc="47,10" size="7,80" fixedAspectRatio="true"/>
- <Element name="FastForward" loc="47,10" size="7,80"/>
- <DrawImage filename="pbsfbtn.png" loc="57,10" size="7,80" fixedAspectRatio="true"/>
- <Element name="SkipForward" loc="57,10" size="7,80"/>
- <DrawImage filename="pbsubtv.png" loc="67,10" size="7,80" fixedAspectRatio="true"/>
- <Element name="ToggleSubtitle" loc="67,10" size="7,80"/>
- <DrawImage filename="pbclosebtn.png" loc="77,10" size="7,80" fixedAspectRatio="true"/>
- <Element name="Exit" loc="77,10" size="7,80"/>
- </CompositeImage>
-
- <CompositeImage name="DVDControls" size="60,10">
- <DrawRoundedRect loc="0,0" size="100,100" fillColor="#9F000000" borderColor="Transparent" radius="2" borderWidth="1"/>
- <DrawImage filename="pbsbbtn.png" loc="10,10" size="7,80" fixedAspectRatio="true"/>
- <Element name="SkipBack" loc="10,10" size="7,80"/>
- <DrawImage filename="pbrwbtn.png" loc="20,10" size="7,80" fixedAspectRatio="true"/>
- <Element name="Rewind" loc="20,10" size="7,80"/>
- <DrawImage filename="pbpausebtn.png" loc="30,10" size="7,80" fixedAspectRatio="true"/>
- <Element name="Pause" loc="30,10" size="7,80"/>
- <DrawImage filename="pbffbtn.png" loc="40,10" size="7,80" fixedAspectRatio="true"/>
- <Element name="FastForward" loc="40,10" size="7,80"/>
- <DrawImage filename="pbsfbtn.png" loc="50,10" size="7,80" fixedAspectRatio="true"/>
- <Element name="SkipForward" loc="50,10" size="7,80"/>
- <DrawImage filename="pbsubtv.png" loc="60,10" size="7,80" fixedAspectRatio="true"/>
- <Element name="ToggleSubtitle" loc="60,10" size="7,80"/>
- <DrawImage filename="pbdvdmenu.png" loc="70,10" size="7,80" fixedAspectRatio="true"/>
- <Element name="DvdMenu" loc="70,10" size="7,80"/>
- <DrawImage filename="pbclosebtn.png" loc="80,10" size="7,80" fixedAspectRatio="true"/>
- <Element name="Exit" loc="80,10" size="7,80"/>
- </CompositeImage>
-
- <CompositeImage name="StreamInfo" size="80,30">
- <DrawRoundedRect loc="1,3" size="98,97" fillColor="#9F000000" borderColor="Transparent" radius="2.5" borderWidth="0"/>
- <DrawText text="@name1" loc="3,3" size="26,20" textStyle="OsdTextStyle" align="Left" valign="Center"/>
- <DrawText text="@name2" loc="3,22" size="26,20" textStyle="OsdTextStyle" align="Left" valign="Center"/>
- <DrawText text="@name3" loc="3,41" size="26,20" textStyle="OsdTextStyle" align="Left" valign="Center"/>
- <DrawText text="@name4" loc="3,60" size="26,20" textStyle="OsdTextStyle" align="Left" valign="Center"/>
- <DrawText text="@name5" loc="3,79" size="26,20" textStyle="OsdTextStyle" align="Left" valign="Center"/>
- <DrawText text="@value1" loc="32,3" size="68,20" textStyle="OsdTextStyle" align="Left" valign="Center" wrap="false"/>
- <DrawText text="@value2" loc="32,22" size="68,20" textStyle="OsdTextStyle" align="Left" valign="Center" wrap="false"/>
- <DrawText text="@value3" loc="32,41" size="68,20" textStyle="OsdTextStyle" align="Left" valign="Center" wrap="false"/>
- <DrawText text="@value4" loc="32,60" size="68,20" textStyle="OsdTextStyle" align="Left" valign="Center" wrap="false"/>
- <DrawText text="@value5" loc="32,79" size="68,20" textStyle="OsdTextStyle" align="Left" valign="Center" wrap="false"/>
- </CompositeImage>
-
- <CompositeImage name="LiveTVPreviewControls" size="60,10">
- <DrawRoundedRect loc="0,0" size="100,100" fillColor="#9F000000" borderColor="Transparent" radius="2" borderWidth="1"/>
- <DrawImage filename="pbnextchbtn.png" loc="30,10" size="7,80" fixedAspectRatio="true"/>
- <Element name="NextChannel" loc="30,10" size="7,80"/>
- <DrawImage filename="pbprevchbtn.png" loc="40,10" size="7,80" fixedAspectRatio="true"/>
- <Element name="PrevChannel" loc="40,10" size="7,80"/>
- <DrawImage filename="pbpausebtn.png" loc="50,10" size="7,80" fixedAspectRatio="true"/>
- <Element name="Pause" loc="50,10" size="7,80"/>
- <DrawImage filename="pbclosebtn.png" loc="60,10" size="7,80" fixedAspectRatio="true"/>
- <Element name="Exit" loc="60,10" size="7,80"/>
- </CompositeImage>
-
- <CompositeImage name="LiveTVTimeshiftControls" size="60,10">
- <DrawRoundedRect loc="0,0" size="100,100" fillColor="#9F000000" borderColor="Transparent" radius="2" borderWidth="1"/>
- <DrawImage filename="pbnextchbtn.png" loc="10,10" size="7,80" fixedAspectRatio="true"/>
- <Element name="NextChannel" loc="10,10" size="7,80"/>
- <DrawImage filename="pbprevchbtn.png" loc="20,10" size="7,80" fixedAspectRatio="true"/>
- <Element name="PrevChannel" loc="20,10" size="7,80"/>
- <DrawImage filename="pbsbbtn.png" loc="30,10" size="7,80" fixedAspectRatio="true"/>
- <Element name="SkipBack" loc="30,10" size="7,80"/>
- <DrawImage filename="pbrwbtn.png" loc="40,10" size="7,80" fixedAspectRatio="true"/>
- <Element name="Rewind" loc="40,10" size="7,80"/>
- <DrawImage filename="pbpausebtn.png" loc="50,10" size="7,80" fixedAspectRatio="true"/>
- <Element name="Pause" loc="50,10" size="7,80"/>
- <DrawImage filename="pbffbtn.png" loc="60,10" size="7,80" fixedAspectRatio="true"/>
- <Element name="FastForward" loc="60,10" size="7,80"/>
- <DrawImage filename="pbsfbtn.png" loc="70,10" size="7,80" fixedAspectRatio="true"/>
- <Element name="SkipForward" loc="70,10" size="7,80"/>
- <DrawImage filename="pbclosebtn.png" loc="80,10" size="7,80" fixedAspectRatio="true"/>
- <Element name="Exit" loc="80,10" size="7,80"/>
- </CompositeImage>
- </CompositeImages>
- </settings>